Scheduler for WinRT
Comparer Property (MappingCollectionBase<T>)


Gets the generic equality comparer that is used to determine equality of keys in the collection.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Comparer As IEqualityComparer(Of String)
'Usage
 
Dim instance As MappingCollectionBase(Of T)
Dim value As IEqualityComparer(Of String)
 
value = instance.Comparer
public new IEqualityComparer<string> Comparer {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MappingCollectionBase<T> Class
MappingCollectionBase<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.